home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 114 / PC Guia 114.iso / Software / Utils / The Gimp 2.2.1 / gimp-help-2-0.6-setup.exe / {app} / share / gimp / 2.0 / help / en / ch06s12s09.html < prev    next >
Encoding:
Extensible Markup Language  |  2004-12-19  |  5.4 KB  |  149 lines

  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4.   <head>
  5.     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  6.     <title>12.9.┬áMaze</title>
  7.     <link rel="stylesheet" href="gimp-help-plain.css" type="text/css" />
  8.     <link rel="stylesheet" href="gimp-help-screen.css" type="text/css" />
  9.     <meta name="generator" content="DocBook XSL Stylesheets V1.66.1" />
  10.     <link rel="start" href="index.html" title="GIMP User Manual" />
  11.     <link rel="up" href="ch06s12.html" title="12.┬áRendering filters" />
  12.     <link rel="prev" href="ch06s12s08.html" title="12.8.┬áJigsaw" />
  13.     <link rel="next" href="ch06s12s10.html" title="12.10.┬áQBist" />
  14.   </head>
  15.   <body>
  16.     <div xmlns="" class="navheader">
  17.       <table width="100%" summary="Navigation header">
  18.         <tr>
  19.           <th colspan="3" align="center" id="chaptername">12.┬áRendering filters</th>
  20.         </tr>
  21.         <tr>
  22.           <td width="20%" align="left"><a accesskey="p" href="ch06s12s08.html">Prev</a>┬á</td>
  23.           <th width="60%" align="center" id="sectionname">12.9.┬áMaze</th>
  24.           <td width="20%" align="right">┬á<a accesskey="n" href="ch06s12s10.html">Next</a></td>
  25.         </tr>
  26.       </table>
  27.       <hr />
  28.     </div>
  29.     <div class="sect2" lang="en" xml:lang="en">
  30.       <div class="titlepage">
  31.         <div>
  32.           <div>
  33.             <h3 class="title"><a id="plug-in-maze"></a>12.9.┬áMaze</h3>
  34.           </div>
  35.         </div>
  36.       </div>
  37.       <a id="id3490764" class="indexterm"></a>
  38.       <div class="mediaobject">
  39.         <img src="../images/filters/filters-render-maze.png" />
  40.       </div>
  41.       <div class="simplesect" lang="en" xml:lang="en">
  42.         <div class="titlepage">
  43.           <div>
  44.             <div>
  45.               <h4 class="title"><a id="id3490796"></a>Overview</h4>
  46.             </div>
  47.           </div>
  48.         </div>
  49.         <div class="informalfigure">
  50.           <div class="mediaobject">
  51.             <img src="../images/filters/examples/maze1.png" />
  52.             <div class="caption">
  53.               <p>An example of a rendered maze.</p>
  54.             </div>
  55.           </div>
  56.         </div>
  57.         <p>
  58.       This filter is found in
  59.       <span class="guimenuitem">Image>Filters/Render/Pattern/<span class="accel">M</span>aze...</span>
  60.     </p>
  61.         <p>
  62.       This filter generates a random black and white maze
  63.       pattern.  The result completely overwrites the previous
  64.       contents of the active layer.  A typical example is shown
  65.       below.  Can you find the route from the center to the edge?  
  66.     </p>
  67.       </div>
  68.       <div class="simplesect" lang="en" xml:lang="en">
  69.         <div class="titlepage">
  70.           <div>
  71.             <div>
  72.               <h4 class="title"><a id="id3490849"></a>Options</h4>
  73.             </div>
  74.           </div>
  75.         </div>
  76.         <div class="variablelist">
  77.           <dl>
  78.             <dt>
  79.               <span class="term">Width/Height</span>
  80.             </dt>
  81.             <dd>
  82.               <p>
  83.             The <span class="guilabel">Width</span> and
  84.             <span class="guilabel">Height</span> sliders control how many
  85.             pathways the 
  86.             maze should have. The lower the values for width and height,
  87.             the more paths you will get. The same happens if you
  88.             increase the number of pieces in the Width and Height
  89.             <span class="guilabel">Pieces</span> fields.  The result won't
  90.             really look like a maze unless the width and height are
  91.             equal. 
  92.           </p>
  93.             </dd>
  94.             <dt>
  95.               <span class="term">Tileable</span>
  96.             </dt>
  97.             <dd>
  98.               <p>
  99.             If you want to use it in a pattern, you can make the maze
  100.             tileable by checking this checkbutton.  
  101.           </p>
  102.             </dd>
  103.             <dt>
  104.               <span class="term">Seed</span>
  105.             </dt>
  106.             <dd>
  107.               <p>
  108.             You can specify a seed for the random number generator, or
  109.             ask the program to generate one for you.  Unless you need
  110.             to later reproduce exactly the same maze, you might as
  111.             well have the program do it.
  112.           </p>
  113.             </dd>
  114.             <dt>
  115.               <span class="term">Style</span>
  116.             </dt>
  117.             <dd>
  118.               <p>
  119.             You can choose between two types of maze, "Depth First"
  120.             and "Prim's Algorithm".  Only a computer scientist can
  121.             tell the difference between them.
  122.           </p>
  123.             </dd>
  124.           </dl>
  125.         </div>
  126.       </div>
  127.     </div>
  128.     <div class="navfooter">
  129.       <hr />
  130.       <table width="100%" summary="Navigation footer">
  131.         <tr>
  132.           <td width="40%" align="left"><a accesskey="p" href="ch06s12s08.html">Prev</a>┬á</td>
  133.           <td width="20%" align="center">
  134.             <a accesskey="u" href="ch06s12.html">Up</a>
  135.           </td>
  136.           <td width="40%" align="right">┬á<a accesskey="n" href="ch06s12s10.html">Next</a></td>
  137.         </tr>
  138.         <tr>
  139.           <td width="40%" align="left" valign="top">12.8.┬áJigsaw┬á</td>
  140.           <td width="20%" align="center">
  141.             <a accesskey="h" href="index.html">Home</a>
  142.           </td>
  143.           <td width="40%" align="right" valign="top">┬á12.10.┬áQBist</td>
  144.         </tr>
  145.       </table>
  146.     </div>
  147.   </body>
  148. </html>
  149.